*******************************************************************************
************ D720201 & D720202 FW Download Solution for Linux *****************
*******************************************************************************
 Release Note                                                 January 28th.2014

 Renesas Electronics uPD720201 & uPD720202
 USB3.0 Host Controller FW Download Solution Package for Linux
 
 Package Version 20140128 : January 28th, 2014
 Copyright (C) 2012- 2014 Renesas Electronics Corporation. All Rights Reserved.
------------------------------------------------------------------------------
 
Note :Regarding "How to apply FW Download function to Linux OS",
      refer to readme.txt.

------------------------------------------------------------------------------
Table of Contents
------------------------------------------------------------------------------
1. Release Files
2. History

------------------------------------------------------------------------------
1. Release Files
------------------------------------------------------------------------------
 FW-DOWNLOADER-20140128
 - firmware         // Directory including firmware file.
  - renesas         
    - K2026090.mem  
 - merged_files     // xhci.h, xhci.c and xhci-pci.c are originally included 
                       in kernel source code. You can find them at
                        /usr/src/kernels/linux/drivers/usb/host.
                       To support the FW Download function, you need to modify
                       these files. We prepared the modified files for
                       2.6.39.4, 2.6.35.4 and 2.6.32.59. If you use other 
                       kernel version, you need to modify those files.
                       Refer to readme.txt in detail.
  - 2.6.39.4        
    - Makefile      
    - xhci.h
    - xhci.c        
    - xhci-pci.c    
  - 2.6.35.4        
    - Makefile      
    - xhci.h        
    - xhci-pci.c    
  - 2.6.32.59
    - Makefile
    - xhci.h
    - xhci-pci.c

 - patch            // Directory including patch files. You can adopt the
                       patch file in the following directory
                       /usr/src/kernels/linux-x.x.x/drivers/usb/host
                       Refer to readme.file in more detail.
    - patch-FWDownload-3_0_101.patch
                    // This patch file is generated on Kernel 3.0.101. This 
                       may apply to Kernel 3.0.XX.
                       Please see "How to apply a patch file" and "Confirmed
                       kernel version" in readme.txt.
    - patch-FWDownload-3_2_47.patch
                    // This patch file is generated by Kernel 3.2.47, This 
                       may apply to Kernel 3.2.XX or later.
                       Please see "How to apply a patch file" and "Confirmed
                       kernel version" in readme.txt.

 - src              // Directory including source code files.
    - xhci-fwdload.c
    - xhci-fwdload.h
 - readme.txt       

---------------------------------------------------------------------------
2. History
---------------------------------------------------------------------------

  Version   Date           Description      
  ---------+--------------+------------------------------------------------
  20140128  Jan 28, 2014   - Modified the xhci-fwdload.c for below items
                             1. Change the FW version
                             2. Added the proccessing for D720201 Rev3
                             3. Modified the warning code on compiling the
                                source code.
                           - Added the patch file to modify the native
                             source code for FW Download solution on Kernel
                             3.0.xx or later.

  20120516  May 16, 2012   - Modify the problem that the fw download of 
                             the uPD720201 fails.
                           - Add the merged files for Kernel 2.6.32.59.
                           - Changed firmware file to V2.0.1.1.
                           
  20111206  Dec 7, 2011    First Release.
                           Linux Kernel 2.6.31 ~ 2.6.39 (x86, x64)

---------------------------------------------------------------------------
3. Licensing Information
---------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


